﻿/*Copyright 2007 Qietu Inc. All rights reserved.*/

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}
.container{ width:100%; margin: 0 auto;}
body {
    font-family: arial, "Microsoft YaHei"; color:#666666;
}

.center{ margin: auto; text-align: center;}
.clear{ clear: both; float: none;}
.header {
    height: 120px;
    padding: 25px 0 0px;
    background: #ffffff;
    position: relative; text-align: left;
width: 100%;
min-width:1200px;
}

.wrapper {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

.header .wrapper {
    overflow: visible;
}

.header .logo {
    /*float: left;*/
}

.header .top_tel{  }
.header .tel{ color:#3c3f46; background-image: url("../images/index/top_tel.jpg"); background-position: left;
background-repeat: no-repeat; padding-left:35px; margin-top: 5px; height: 50px; line-height: 25px; font-size: 16px; font-weight: 600;
}
.header .tel span{ color:#1aadff; font-size: 16px; font-weight: 600;}
.header .tel span:nth-child(1){ font-size: 14px;
   }
.header .tel span:nth-child(2){ font-size: 20px; font-weight: 600;}
.header .nav {
    /*float: right;*/
    z-index: 9;
    position: relative;
}

.header .nav-full{ width:100%; height:50px; margin: 0 auto; margin-top: 10px; background:rgba(98,191,209,0.6);}

.header .nav ul {

}

.header .nav li:hover>ul {
    display: block;
}

.menu_arrow{
	display: none;
}
.header .nav ul dl {
    position: absolute;
    left: 0;

    top: 130px;
    background: rgba(254, 254, 254,0.9);
    width: 294px;
    display: none;
    padding: 20px 8px 20px 8px;
    -webkit-animation: fadeInUp .3s ease both;
    -moz-animation: fadeInUp .3s ease both;
    animation: fadeInUp .3s ease both;
    box-shadow: 0px 4px 13px 0px rgba(62, 62, 62, 0.25);
}

.header .nav ul dl dd {
    width: auto;
    float: none;
    padding-bottom: 0;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
}
.header .nav ul dl dd:hover{ background:rgba(98,191,209,0.6);}
.header .nav ul dl dd a {
    color: #666 !important;
    display: block;  line-height: 70px; height:70px;
}

/*二级导航*/
.header .nav .erji dd a{ padding-left: 55px; margin: 10px 0px; font-size: 16px; color:#636363;}

.header .nav ul dl dd a:hover {
    color: #ffffff !important;
}


.header .nav li {
    float: left;
    width: 145px;
    text-align: center;
    /*line-height: 50px;*/
    font-size: 15px;
    color: #333333;
    position: relative;
    padding-bottom: 0px;
}
.header .nav .on{ background:rgba(98,191,209,0.8); }
.header .nav .on a{ color:#fff;}

strong a{
	font-weight: 600;
}

.header .nav li strong a{ color:#fff; height: 49px; display: block;}
.header .nav li:hover dl {
    top: 50px;
    display: block;
}
.header .nav li:hover, .header .nav li.selected{
    background:rgba(98,191,209,0.8);
}

.header .nav li:hover a, .header .nav li.selected a {
    /*color: #1aadff;*/
    text-decoration: none;
}

.header .lang {
    float: right;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #1aadff;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
}

.header .lang a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}

.h_slide {
    height: 670px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
}

.h_slide .banner-yuyue{ margin: 0 auto; position:absolute; bottom: 20%; text-align: center; right:0%;}
.h_slide .banner-yuyue a{
    width: 145px;
    height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1aadff;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    line-height: 35px;
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.h_slide .banner-yuyue a:hover{
    opacity: .8;
}

.glide{
	position: relative;
    overflow: hidden;
    height: 670px;
}
.h_slide .slides .slide{
    background-size: cover;
}
.h_slide ul.slides{
    height: 100%;
    overflow: hidden;
    width: auto; 
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all 0.5s;
}
.h_slide li.slide{
    position: relative;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center top;
}
/*添加小圆点*/
.h_slide .slider-nav{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 20px !important;
	width: 10px !important;

}
.h_slide .slider-nav__item{
	background-color: #9fd5ee;
	cursor: pointer;
	width: 11px;
	height: 11px;
	margin-bottom: 4px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius:100%;
}
.h_slide .slider-nav__item--current{
	background-color: #fff;
}

.h_slide .foot {
    color: #FFFFFF;
    line-height: 1.5;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -470px;
    bottom: 40px;
    width: 940px;
}

.h_slide .foot .txt {
    float: left;
}

.h_slide .foot h2 {
    font-size: 34px;
}

.h_slide .foot h3 {
    font-size: 18px;
}

.h_slide .foot .btn {
    float: right;
    margin-top: 15px;
}

.h_slide .foot .btn a {
    width: 190px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.h_slide .foot .btn a:hover {
    background-color: #30a0cd;
}

.h_serv {
    margin-top: 85px;
    overflow: hidden;
    background: url("../images/index/service.png") no-repeat;
}

.h-head {
    text-align: center;
    font-size: 24px;
    color: #405364;
}

.h-head span {
    background: url(../imgs/img1-24.jpg) no-repeat bottom center;
    padding-bottom: 15px;
}

.h-head h2{ font-size: 36px; font-weight: 600; color:#62bfd1;}

.h_serv .body {
    margin-top: 65px;
    overflow: hidden;
    margin-bottom: 70px;
}

.h_serv .body ul {
    overflow: hidden;
    width: 105%;
}

.h_serv .body li {
    float: left;
    margin-right: 30px;
    width: 370px;
    overflow: hidden;
}

.h_serv .body li .img {
    width: 370px;
    height: 275px;
    overflow: hidden;
}

.h_serv .body li .img .img1{ width:225px; height: 225px; line-height: 225px; z-index: -9999; overflow: hidden; border-radius: 50%;
 margin: 0 auto; margin-top: 25px;
}

.h_serv .body li .img .img-small
{
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.h_serv .body li .img .img-small{
    width:225px; height: 225px; border-radius: 50%;
}

.h_serv .body li .img:hover .img-small{
    transform: scale(1.3) rotate(5deg);  }


.h_serv .body li>div:nth-child(1){
    background-image: url(../images/service/01.png);
    background-repeat: no-repeat;
    background-position: center;
}
.h_serv .body li:nth-child(1) .img .img-small{ background-image: url("../images/service/01.jpg"); background-repeat: no-repeat;
background-position: center; border-radius: 50%; margin: 0 auto;
    /*margin-top: 25px;*/
}
.h_serv .body li:nth-child(2) .img{
    background-image: url(../images/service/02.png);
    background-repeat: no-repeat;
    background-position: center;
}
.h_serv .body li:nth-child(2) .img .img-small{ background-image: url("../images/service/02.jpg"); background-repeat: no-repeat;
    background-position: center; border-radius: 50%; margin: 0 auto;
    /*margin-top: 25px;*/
}
.h_serv .body li:nth-child(3) .img{
    background-image: url(../images/service/03.png);
    background-repeat: no-repeat;
    background-position: center;
}
.h_serv .body li:nth-child(3) .img .img-small{ background-image: url("../images/service/03.jpg"); background-repeat: no-repeat;
    background-position: center; border-radius: 50%; margin: 0 auto;
    /*margin-top: 25px;*/
}

.h_serv .body li .img img {
    display: block;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.h_serv .body li:hover .img img {
    transform: scale(1.3);
}

.h_serv .body li .txt {
    margin: 20px;
    text-align: center;
}

.h_serv .body li .txt h2 {
    font-size: 15px;
    color: #3c3f46;
    margin-bottom: 20px;
    line-height: 1.5;
}

.h_serv .body li .txt h3 {
    font-size: 15px;
    color: #3c3f46;
    margin-bottom: 20px;
    line-height: 1.5;
}

.h_serv .body li .txt h2 a {
    color: #3c3f46;
}

.h_serv .body li .txt h3 a {
    color: #3c3f46; font-size: 24px; font-weight: 600;
}

.h_serv .txt p {
    font-size: 12px;
    color: #7f8085;
    line-height: 24px;
}

.h_serv .btn {
    margin-top: 30px;
}

.h_serv .btn a {
    width: 145px;
    height: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: #1aadff;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    line-height: 35px;
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.h_serv .btn a:hover {
    background-color: #30a0cd;
}

.h_user {
    height: auto;
    overflow: hidden;
    background: #f8f8f8;
    padding-top: 100px;
    padding-bottom: 70px; color:#666;
}

.h_user .body {
    margin-top: 65px;
}
.h_user .h_user_left img{ max-height: 400px;}

.h_user .h_user_left{ padding-left: 50px;}
.h_user .h_user_right{ padding-right: 50px;}

.h_user .btn{ text-align: right; float:right; margin-top: 40px;}
.h_user .btn a {
    width: 145px;
    height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*background: #1aadff;*/
    /*color: #ffffff;*/
    border:1px solid #999;
    font-size: 12px;
    text-decoration: none;
    line-height: 35px;
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.h_user .btn a:hover{ background-color: rgba(98,191,209,.8); color:#fff;  border:1px solid #62bfd1;}
.h_user .swiper-container{ max-width: 950px;}
.h_user .swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%231aadff'%2F%3E%3C%2Fsvg%3E");
}
.h_user .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%231aadff'%2F%3E%3C%2Fsvg%3E");
}
.h_user h3{ font-size: 18px; font-weight: 600; line-height: 3em;}
.h_user h3:nth-child(1){ font-weight: 300; line-height: 2em;}
/*.h_user h3:nth-child(2){ color:#38c9de;}*/
/*.h_user h3:nth-child(5){ color:#e77c80;}*/
/*.h_user h3:nth-child(4){ color:#fead41;}*/
.h_user ul {
    overflow: hidden;
    width: 105%;
    margin-left: 25px;
}

.h_user li {
    width: 360px;
    text-align: center;
    margin-right: 20px;
    float: left;
}

.h_user li .img {
    width: 360px;
    height: 100%;
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*border-radius: 100%;*/
    margin: 0 auto;
    overflow: hidden;
}

.h_user li:nth-child(3){ margin-right: 0px;}

.h_user li .img a {
    display: inline-block;
    overflow: hidden;
    /*-webkit-border-radius: 109px;*/
    /*-moz-border-radius: 109px;*/
    /*border-radius: 109px;*/
}

.h_user li .img img {
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*border-radius: 100%;*/
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.h_user li:hover .img img {
    transform: scale(1.2);
}

.h_user li .txt {
    margin-top: 25px;
    line-height: 1.7;
}

.h_user li h2 {
    font-size: 15px;
    color: #3c3f46;
    margin-bottom: 10px;
}

.h_user li h2 a {
    color: #3c3f46;
}

.h_user li p {
    font-size: 12px;
    color: #7f8085;
    line-height: 24px;
}

.h_user li .btn {
    margin-top: 20px;
}

.h_user li .btn a {
    width: 145px;
    height: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: #1aadff;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    line-height: 35px;
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.h_user li .btn a:hover {
    opacity: .8;
}

.h_user .foot a {
    width: 162px;
    height: 52px;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
    background: #1aadff;
    color: #ffffff;
    line-height: 52px;
    text-align: center;
    margin: 60px auto 0;
    display: block;
    text-decoration: none;
}

.h_user .foot a:hover{
    opacity: .8;
}

.h_goods {
    margin-top: 70px; margin-bottom: 70px;
    overflow: hidden;
}

.h_goods .body {
    margin-top: 60px;
}

.h_news .body ul, .h_goods .body ul {
    overflow: hidden;
    width: 105%;
}

.h_news .body li, .h_goods .body li {
    width: 370px;
    float: left;
    margin-right: 32px;
    text-align: center;
    overflow: hidden;
}

.h_news .body li .img, .h_goods .body li .img {
    width: 370px;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.h_news .body li .img img, .h_goods .body li .img img {
    display: block; max-width: 100%;
}

.h_news .img .btn, .h_goods .img .btn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all 0.5s;
}

.h_news .img .btn a, .h_goods .img .btn a {
    position: absolute;
    min-width: 130px;
    height: 35px;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -17.5px; padding-left:20px; padding-right:20px;
    /*background: #1aadff;*/
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all 0.5s;
    display: block;
    text-decoration: none;
}

.h_news .body li:hover .btn a, .h_goods .body li:hover .btn a {
    opacity: 1;
}

.h_news .body li:hover .btn a, .h_goods .body li:hover .btn a:hover{
    text-decoration: underline;
}

.h_news .body li:hover .btn, .h_goods .body li:hover .btn {
    background: rgba(14, 171, 238, 0.8);
}
.h_news .body li:hover .btn, .h_goods .body li:hover:nth-child(1) .btn {
    background: rgba(231, 124, 128, 0.8);
}

.h_news .body li:hover .btn, .h_goods .body li:hover:nth-child(2) .btn {
    background: rgba(56, 201, 222, 0.8);
}

.h_news .body li:hover .btn, .h_goods .body li:hover:nth-child(3) .btn {
    background: rgba(254, 173, 65, 0.8);
}

.h_news .body li:hover .txt a, .h_goods .body li:hover .txt a {
    color: #1aadff;
}

.h_news .body li:hover .txt a, .h_goods .body li:hover:nth-child(1) .txt a {
    color: #e77c80;
}

.h_news .body li:hover .txt a, .h_goods .body li:hover:nth-child(2) .txt a {
    color: #38c9de;
}

.h_news .body li:hover .txt a, .h_goods .body li:hover:nth-child(3) .txt a {
    color: #fead41;
}

.h_news .body li .txt, .h_goods .body li .txt {
    font-size: 14px;
    color: #3c3f46;
    margin-top: 20px;
}

.h_news .body li .txt a, .h_goods .body li .txt a {
    color: #3c3f46;
    text-decoration: none;
}

.h_goods .foot {}

.h_news .foot a, .h_goods .foot a {
    width: 165px;
    height: 55px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*background: #1aadff;*/
    color:#666;
    font-size: 15px;
    line-height: 55px;
    text-align: center;
    margin: 35px auto 0;
    display: block;
    text-decoration: none;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.h_news .foot a, .h_goods .foot a:hover {
   opacity: .8;
    color:#fff;
}

.h_news {
    margin-top: 70px;
    overflow: hidden;
    padding-top: 80px;
    /*background: #f8f8f8;*/
    padding-bottom: 90px;
}

.h_news .body {
    margin-top: 65px;
}

.h_news .body li .img {
    height: 251px;
}

.h_news .body .txt h4 {
    font-size: 12px;
    color: #999fab;
    line-height: 45px;
}

.h_news .body .txt p {
    font-size: 12px;
    color: #7f8085;
    line-height: 26px;
}

.h_news .foot a {
    width: 145px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 40px auto 0;
    /*background-color: #1aadff;*/
    border:1px solid #999;
    color:#666;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.h_news .foot a:hover {
    background-color:rgba(98, 191, 209, 0.8); color:#fff; border:1px solid #62bfd1;
}

.h_link {
    margin-top: 90px;
    margin-bottom: 70px;
}

.h_link .body {
    margin-top: 50px;
}

.h_link .body ul {
    overflow: hidden;
    width: 105%;
}

.h_link .body li {
    position: relative;
    float: left;
    margin-right: 30px;
}

.hezuo .body img{
    max-width: 194px; max-height:150px;
}

.hezuo .swiper-container .swiper-wrapper .swiper-slide{ height: 140px; line-height: 140px;}
.hezuo .swiper-button-next{ right:0px;}
.hezuo .swiper-button-prev{ left: 0px;}
.hezuo .swiper-button-next,
.hezuo .swiper-button-prev{ top:50%; border-radius: 100%; width:44px; height: 44px;}
.hezuo .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2362bfd1'%2F%3E%3C%2Fsvg%3E");
}
.hezuo .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2362bfd1'%2F%3E%3C%2Fsvg%3E");
}

.bg5-6{ background-image: url("../images/index/bg5-6.png");}

.h_link .body li .col{
	position:absolute;
	top: 74px;
	left: 0;
	-webkit-transition: none;
    -ms-transition: none;
    -moz-transition: none;
	transition: none;
}
.h_link .body li:hover .col{
	top: 0;
	left: 0;
	z-index: 2;
}
.h_back{
	display: none;
	position: fixed;
	right: 12px;
	bottom: 83px;
}
.footer {
    height: 100%;
    background:rgba(98,191,209,0.6);
    overflow: hidden; padding-bottom: 20px;
}

.footer .left {
    overflow: hidden;
    margin: 40px 0 0 40px;
}

.footer .nav {
    margin-top: 20px;
}

.footer .nav ul {
    overflow: hidden;
}

.footer .nav li {
    float: left;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0px;
}

.footer .nav li a {
    color: #FFFFFF;
}

.footer .nav span {
    margin: 0 10px;
}

.footer .cate {
    margin-top: 38px;
}

.footer .cate ul {
    overflow: hidden;
}

.footer .cate li, .footer .cate li a {
    color: #fff;
}

.footer .cate li {
    display: inline;
    margin-right: 3px;
    margin-left: 3px;
}

.footer .cate li.first {
    margin-left: 0;
}

.footer .cate li a {
    font-size: 12px;
    text-decoration: none;
}

.footer .right {
    overflow: hidden;
    margin-top: 40px;
}

.footer .right .img {
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
}

.footer .right .txt {
    width: 350px;
    margin-left: 25px;
    float: left;
    color: #FFFFFF;
}

.footer .right .txt .erweima{
    margin-top: 0em;
}

.footer .right .txt .erweima img{ max-width:100px; height: auto;}

.footer .right .txt h4 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 12px;
}

.footer .right .txt li {
    line-height: 30px;
    font-size: 12px;
}
.footer .right .txt li a{
	color: #fff;
	text-decoration: none;
}
.copyright {
    height: 65px;
    background:rgba(26,173,255,0.7);
    text-align: center;
    line-height: 65px;
    font-size: 12px;
    color: #fff; border-top:1px solid #1aadff;
}

.copyright a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 5px;
}


/*首页*/


/*关于铂林-先进设备*/

.current {
    height: 65px;
    margin-top: 12px;
    background: #f7f6f6;
    overflow: hidden;
}

.current .label {
    font-size: 18px;
    color: #999;
    line-height: 65px;
    float: left;
}

.current .nav {
    float: right;
}

.current .nav ul {
    overflow: hidden;
}

.current .nav li {
    float: left;
    line-height: 65px;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 12px;
}

.current .nav li a {
    color: #FFFFFF;
    text-decoration: none;
}

.container {
    overflow: hidden;
    margin-top: 65px;
}

.container .aside {
    float: left;
    overflow: hidden;
}

.container .subnav {
    width: 310px;
    height: auto !important;
    overflow: hidden;
    top:320px; position:fixed;
}

.container .subnav h2 {
    margin: 70px 0 0 10px;
    font-size: 24px;
    color: #33414e;
}

.container .subnav ul {
    margin-left: 10px;
    margin-top: 20px;
}

.container .subnav li {
    line-height: 60px;
    font-size: 12px;
    color: #405364;
    padding-left: 14px; position: relative;
    border-bottom:1px solid #ddd;
}

.container .subnav li a {
    color: #405364;
    font-size: 15px;
    text-decoration: none;
}

.container .subnav li a:before {content: "";position: absolute;width: 4px;height: 4px;background-color: #c3c3c3;left: 0;top: 50%;margin-top: -2px;}
.container .subnav li a:hover,
.container .subnav li a.on{color: #c7000c;}
.container .subnav li a:hover:before,
.container .subnav li a.on:before
{background-color: #c7000c;}

.container .ad_img {
    margin-top: 30px;
}

.container .ad_img a {
    width: 270px;
    height: 175px;
    overflow: hidden;
    display: block;
    position: relative;
}

.container .ad_img h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: rgba(0, 180, 255, 0.7);
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #FFFFFF;
}

.container .p_goods {

}

.container .main {
    float: right;
}
.noright{
    float:none !important;
}

.zhuanjia .main{ float: left;}

.container .p_goods ul {
    overflow: hidden;
}

.container .p_goods li {
    float: left;
    margin-left: 30px;
    margin-bottom: 50px;
}

.container .p_goods .img {
    width: 370px;
    height: 240px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.container .p_goods .img img {
    display: block;
}

.container .p_goods .img .btn {
    width: 100%;
    height: 100%;
    background: rgba(14, 171, 238, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all 0.5s;
}

.container .p_goods .img .btn a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 130px;
    height: 35px;
    border: 1px solid #FFFFFF;
    margin: -17.5px 0 0 -65px;
    text-align: center;
    line-height: 35px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all 0.5s;
    font-size: 12px;
    color: #FFFFFF;
    background: #1aadff;
    display: block;
    text-decoration: none;
}

.container .p_goods li h2 a {
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all 0.5s;
    color: #3c3f46;
    line-height: 1.5;
    margin-top: 20px;
    display: block;
    text-decoration: none;
}

.container .p_goods li:hover .btn {
    opacity: 1;
}

.container .p_goods li:hover a {

}

.container .p_goods li:hover h2 a {
    color: #1aadff;
}

.container .g_pages {
    margin-top: 40px;
    margin-bottom: 90px;
    clear: both;
    text-align: center;
}

.container .g_pages ul {
    text-align: center;
}

.container .g_pages li {
    display: inline;
    float: none;
    margin: 0;
}

.container .g_pages a {
    display: inline-block;
    padding: 0 14px;
    height: 35px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 35px;
    text-align: center;
    background: #f1f1f1;
    color: #333333;
    font-size: 14px;
    margin: 0 5px;
    text-decoration: none;
}

.container .g_pages li:hover a, .container .g_pages .selected a {
    color: #FFFFFF;
    background: #1aadff;
}

.container .p_contact {
    margin-left: 60px;
}

.container .p_contact h2 {
    font-size: 18px;
    color: #333333;
}

.container .p_contact .btn a {
    width: 160px;
    height: 50px;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #1aadff;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    margin: 40px 0 30px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.container .p_contact .btn a:hover {
    background-color: #30a0cd;
}

.container .p_contact .txt {
    font-size: 14px;
    color: #444444;
    line-height: 26px;
}

.container .p_contact .txt a {
    color: #03a1db;
    display: block;
    text-decoration: underline;
}

.container .p_contact .map {
    margin-top: 35px;
    width: 700px;
    height: 450px;
    margin-bottom: 90px;
    overflow: hidden;
    border: 1px solid #c8c8c8;

}

.container .p_contact .map .imap {
}

.p_news {
    margin-left: 130px;
    overflow: hidden;
    margin-bottom: -30px;
}

.p_news li {
    overflow: hidden;
    margin-bottom: 65px;
}

.p_news li .img {
    float: left;
    width: 270px;
    overflow: hidden;
}

.p_news li .img img {
    display: block;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    max-width: 100%;
    max-height: 300px;
}

.p_news li:hover .img img {
    transform: scale(1.1);
}

.p_news li .txt {
    float: left;
    width: 700px;
    margin-left: 30px;
}

.zhuanjia li .txt {
    float: left;
    width: 470px;
    margin-left: 30px;
}

.p_news li .txt h2 {
    font-size: 16px;
    line-height: 1;
}

.p_news li .txt h2 a {
    text-decoration: none; color:#e77c80; font-weight: 600; font-size: 30px;
}

.p_news li .txt h2 span{ font-size: 13px; margin-left: 5px;}

.p_news li .txt h2 a:hover {
    color: #62bfd1;
}

.p_news li .txt h4 {
    font-size: 12px;
    color: #999fab;
    line-height: 50px;
}

.p_news li .txt h4 span {
    margin-left: 20px;
}

.p_news li .txt p {
    line-height: 24px;
    font-size: 12px;
    color: #7f8085;
}

.p_news li .btn a {
    width: 145px;
    height: 35px;
    /*background: #1aadff;*/
    border:1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    display: block;
    margin-top: 15px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.p_news li .btn a:hover {
    color:#fff; background: rgba(98,191,209,0.8); border:1px solid #62bfd1;
}

.p_newsd {
    line-height: 2em;
}

.p_newsd .head h2 {
    font-size: 24px;
    color: #444444;
    line-height: 1;
}

.p_newsd .head h4 {
    font-size: 12px;
    color: #999fab;
    line-height: 3;
}

.p_newsd .body {
    margin-top: 20px;
}

.p_newsd .body p {
    font-size: 14px;
    color: #7f8085;
    line-height: 28px;
}

.p_newsd .body p img {
    width:;
    height: auto !important;
    overflow: hidden;
    display: block;
}

.p_newsd .body p span {
}

.p_newsd .share {
    margin-top: 80px;
}

.p_newsd .related {
    margin-top: 23px;
    padding-top: 10px;
    border-top: 1px solid #eaf8f9;
    margin-bottom: 90px;
}

.p_newsd .related li {
    font-size: 14px;
    color: #333333;
    line-height: 35px;
}

.p_newsd .related li a {
    color: #7f8085;
}

.p_newsd .related li.selected a {
    color: #00a1e1;
    text-decoration: underline;
}


/*在线预约*/

.container .p_form {
    overflow: hidden;
    margin-bottom: 90px;
}


.p_form_l {
    float: left;
}

.p_form_r {
}

.p_form_l .head {
    font-size: 30px;
    color: #3e5366;
    text-align: center;
}

.p_form_l .head span {
    font-size: 18px;
    color: #ff0000;
}

.p_form_l .body {
    width: 585px;
    height: 685px;
    background: #eaf8f9;
    margin-top: 45px;
    overflow: hidden;
}

.p_form_l .body h6 {
    margin-top: 30px;
    line-height: 24px;
    font-size: 12px;
    color: #767676;
    margin-left: 85px;
}

.p_form_l .body li {
    font-size: 12px;
    color: #767676;
    line-height: 24px;
    margin-left: 85px;
    width: 445px;
}

.p_form_l .body .img {
    margin-top: 70px;
    text-align: center;
}

.p_form_l .body .img h4 {
    font-size: 14px;
    color: #000000;
    margin-top: 15px;
    line-height: 1.7;
}

.p_form_r {
    width: 585px; margin: 0 auto;
}

.p_form_r .head {
    text-align: center;
    font-size: 30px;
    color: #3e5366;
}

.p_form_r .body {
    margin-top: 45px;
    margin-left: 108px
}

.p_form_r .nobg li {
    overflow: hidden;
    font-size: 14px;
    color: #444444;
    line-height: 1.7;
    height: auto;
}

.p_form_r .label i {
    color: red;
    margin-right: 10px;
    float: left;
    margin-top: 3px;
}

.p_form_r .label .label_i {
    color: transparent;
}

.p_form_r .nobg .label {
    float: left;
    margin-left: 20px;
    color: #444444;
}

.p_form_r .nobg .input {
    float: left;
    margin-left: 20px;
    line-height: 20px;
}

.p_form_r .nobg .input input {
    width: auto;
    margin: 0;
}

.p_form_r .nobg table {
    float: left;
}

.p_form_r .nobg h2 {
    margin-right: 35px;
    line-height: 47px;
    float: left;
}

.p_form_r .nobg {
    border: none;
    margin-bottom: 15px;
}

.p_form_r dd {
}

.p_form_r dd .label {
    margin-left: 20px;
    float: left;
    color: #aaaaaa;
    font-size: 14px; width:90px; text-align: right;
}

.p_form_r .layui-form-radio>i:hover, .layui-form-radioed>i{ color:#1aadff;}

.p_form_r .layui-form-select dl dd.layui-this{ background-color: #1aadff;}

.p_form_r .layui-laydate .layui-this{ background-color: #000000!important;}

.p_form_r dd .input{
    border-bottom: 1px solid #ccc;
}

.p_form_r dd.date .input input {
    margin-left: 0;
    width: 253px;
    background: url(../imgs/img7-5.png) no-repeat;
    background-position: 217px center;
}

.p_form_r dd.name .input input, .p_form_r dd.phone .input input, .p_form_r dd.last .input input {
    margin-left: 0;
}

.p_form_r dd.name .input input, .p_form_r dd.phone .input input {
    width: 190px;
}

.p_form_r dd.phone .input input {
    width: 176px;
}


/*WebKit browsers*/

.p_form_r dd.name .input input::-webkit-input-placeholder, .p_form_r dd.phone .input input::-webkit-input-placeholder, .p_form_r dd.last .input input::-webkit-input-placeholder {
    color: #aaaaaa;
    font-size: 13px;
    font-family: "Microsoft YaHei";
}


/* Mozilla Firefox 4 to 18*/

.p_form_r dd.name .input input:-moz-placeholder, .p_form_r dd.phone .input input::-webkit-input-placeholder, .p_form_r dd.last .input input::-webkit-input-placeholder {
    color: #aaaaaa;
    font-size: 13px;
    font-family: "Microsoft YaHei";
}


/*Mozilla Firefox 19+*/

.p_form_r dd.name .input input::-moz-placeholder, .p_form_r dd.phone .input input::-webkit-input-placeholder, .p_form_r dd.last .input input::-webkit-input-placeholder {
    color: #aaaaaa;
    font-size: 13px;
    font-family: "Microsoft YaHei";
}


/*Internet Explorer 10+*/

.p_form_r dd.name .input input:-ms-input-placeholder, .p_form_r dd.phone .input input::-webkit-input-placeholder, .p_form_r dd.last .input input::-webkit-input-placeholder {
    color: #aaaaaa;
    font-size: 13px;
    font-family: "Microsoft YaHei";
}

.p_form_r dd .input select {
   z-index: 99;
   border: none;
}

.p_form_r dd .input .dropdown {
    width: 302px;
    height: 45px;
    left: 106px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    border: none;
}

.p_form_r dd .input .dropdown:hover {
    border: none;
    box-shadow: none;
}

.p_form_r dd .input .dropdown .selected {
    position: absolute;
    padding-left: 20px;
    text-align: left;
    font-size: 14px;
    height: 29px;
    color: #444444;
    width: 280px;
    line-height: 29px;
}

.p_form_r dd .input .dropdown .carat {
    background-position: right center;
    width: 10px;
    height: 6px;
    right: 35px;
    border: none;
    background: url(../images/img7-5.png) no-repeat;
}

.p_form_r dd .input .dropdown.open .carat {
    margin-top: -4px;
}

.p_form_r dd .input .dropdown.focus {
    box-shadow: none;
}

.p_form_r dd .input .dropdown.open div {
    width: 100%;
}

.p_form_r dd .input .dropdown.open div li {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
}

.p_form_r dd .input .dropdown.open div li.focus {
    background-color: #1aadff;
}

.p_form_r dd i {
    line-height: 47px;
}

.p_form_r dd .input input {
    width: 190px;
    border: none;
    background: no-repeat;
    margin-left: 15px;
    color: #aaaaaa;
    line-height: 47px;
    font-size: 14px;
}

.p_form_r dd.last {
    width: 225px;
    float: left;
}

.p_form_r dd.last .input input {
    width: 155px;
}

.p_form_r .btn {
    height: 50px;
    width: 135px;
    float: left;
    border: none;
    margin-left: 10px
}

.p_form_r .layui-btn{ background-color: rgba(98,191,208,0.8);}

.p_form_r .l_btn1 {
    border: none;
}

.p_form_r dd .sub {
	font-family: "Microsoft YaHei";
    height: 50px;
    width: 135px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #1aadff;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    float: left;
    border: none;
    cursor: pointer;
}

.p_form_r .btn1 {
	font-family: "Microsoft YaHei";
    height: 50px;
    width: 370px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #1aadff;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    float: left;
    border: none;
    clear: both;
    margin-top: 10px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.p_form_r .btn1:hover {
    background-color: #2391b9;
    cursor: pointer;
}
.succ_hint{
	/*display: none;*/
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 498px;
	height: 258px;
	border: 1px solid #e3e3e3;
	background-color: #fff;
}
.hint_t{
	height: 50px;
	padding-left: 40px;
	background-color: #1aadff;
}
.hint_t span{
	float: left;
	font-size: 10px;
	color: #fff;
	line-height: 50px;
}
.hint_t a{
	float: right;
	display: inline-block;
	width: 58px;
	height: 50px;
	background: url(../imgs/img12.png) no-repeat center;
}
.hint_txt{
    text-align: center;
	padding: 35px 40px 0;
}
.hint_txt h4{
	text-align: left;
	font-size: 10px;
	line-height: 20px;
	color: #646464;
}
.hint_txt .btn{
	display: inline-block;
	width: 165px;
	height: 52px;
	margin-top: 40px;
	line-height: 52px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-color: #1aadff;
    -moz-border-radius: 555px;
    -webkit-border-radius: 555px;
    border-radius:555px;
   	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.hint_txt .btn:hover{
	background-color: #2391b9;
}

/*专家团队-列表*/

.p_user_hd {
    text-align: center;
}

.p_user_hd dl {
    padding-left: 18px;
    width: 120%;
}

.p_user_hd dl:after {
    content: "";
    display: block;
    clear: both;
}

.p_user_hd dd {
    float: left;
}

.p_user_hd .carat {
    border: none;
    background: url(../imgs/img7-5.png) no-repeat;
    background-position: right center;
    width: 10px;
    height: 6px;
    right: 35px;
}

.p_user_hd div.open .carat {
    border: none;
    margin-top: -4px;
}


.p_user_hd div.open li {
    text-align: left;
    padding-left: 25px;
    font-weight: 500;
    font-size: 12px;
    font-family: "Microsoft YaHei";
}
.p_user_hd div.open div{
    margin-left: 23px;
    width: 185px;
}
.p_user_hd div.open li.focus {
    background-color: #1aadff;
}

.p_user_hd .dropdown {
    margin-right: 65px;
    width: 233px;
    height: 46px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}
.p_user_hd .dropdown select{
	z-index: 999;
	border: none;
}
.p_user_hd .dropdown .selected {
    position: relative;
    height: 46px;
    line-height: 46px;
    padding: 0;
    color: #333333;
    text-align: left;
    padding-left: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}


.p_user_hd dd input {
    width: 233px;
    height: 46px;
    border: 1px solid #1aadff;
    background-color: #1aadff;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-family: "Microsoft YaHei";
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.p_user_hd dd input:hover {
    background-color: #30a0cd;
}

.p_user_bd {
    margin-top: 64px;
}

.p_user_bd ul {
    padding-left: 22px;
    overflow: hidden;
    width: 120%;
}

.p_user_bd li {
    float: left;
    margin-right: 35px;
    margin-bottom: 80px;
    text-align: center;
    width: 255px;
}

.p_user_bd li .img {
    display: inline-block;
    width: 213px;
    height: 322px;
    /*-webkit-border-radius: 213px;*/
    /*-moz-border-radius: 213px;*/
    /*border-radius: 213px;*/
    overflow: hidden;
}

.p_user_bd li .img img {
    transition: all 0.5s;
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*border-radius: 100%;*/
}

.p_user_bd li .img:hover img {
    transform: scale(1.1);
}

.p_user_bd li .txt {
    width: 253px;
}

.p_user_bd li .txt h2 {
    margin-top: 15px;
}

.p_user_bd li .txt a {
    font-size: 15px;
    line-height: 35px;
    color: #3c3f46;
    text-decoration: none;
}

.p_user_bd li .txt p {
    font-size: 12px;
    line-height: 24px;
    color: #7f8085;
}

.p_user_bd li .btn a {
    display: inline-block;
    margin-top: 16px;
    width: 147px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    background-color: #1aadff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.p_user_bd li .btn a:hover {
    background-color: #30a0cd;
}

.container .g_pages2 {
    margin-top: 0;
    margin-bottom: 90px;
}

.container .g_pages_news {

}


/*专家团队-列表 结束*/


/*专家团队-详情 开始*/

.p_user_v {
    overflow: hidden;
    margin-top: 62px;
    padding-bottom: 128px;
    border-bottom: 1px solid #c5e2ef;
}

.p_user_v .view {
    float: left;
    text-align: center;
}

.p_user_v .img {
    width: 370px;
    height: 370px;
    overflow: hidden;
}

.p_user_v .img img {
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all 0.5s;
    max-height: 350px;
}

.p_user_v .img:hover img {
    transform: scale(1.1);
}

.p_user_v .btn {
    margin-top: 40px;
}

.p_user_v .btn a {
    display: inline-block;
    width: 160px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    background-color: #1aadff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.p_user_v .btn a:hover {
    opacity: .8;
}

.p_user_v .desc {
    float: left;
    margin-left: 15px; margin-right: 15px;
    width: 760px; color:#999;
    /*height: 590px;*/
}

.p_user_v .desc h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.p_user_v .desc h3{ font-size: 14px; line-height: 2.5em; font-weight: 600;}

.p_user_v .desc big {
    font-size: 30px;
}

.p_user_v .desc li {
    margin-bottom: 40px;
    padding-right: 35px;
}

.p_user_v .desc li h2, .p_user_v .desc li p {
    font-size: 14px;
    color: #7f8085;
    line-height: 28px;
}

.p_user_r .head {
    margin-top: 70px;
    text-align: center;
}

.p_user_r .head .h_word {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    height: 45px;
    background: url(../imgs/img1-24.jpg) no-repeat;
    background-position: center 43px;
}

.p_user_r .body {
    margin-top: 66px;
    margin-bottom: 10px;
}

.p_user_r .body ul {
    width: 120%;
    overflow: hidden;
}

.p_user_r .body li {
    float: left;
    margin-right: 30px;
    padding: 0 24px 80px;
    text-align: center;
    width: 222px;
}

.p_user_r .body .img {
    width: 213px;
    overflow: hidden;
}

.p_user_r .body .img img {
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all 0.5s;
    width:100% !important;
}

.p_user_r .body .img:hover img {
    transform: scale(1.1);
}

.p_user_r .body .txt {
    width: 228px;
}

.p_user_r .body .txt h2 {
    margin-top: 15px;
}

.p_user_r .body .txt h2 a {
    font-size: 15px;
    line-height: 35px;
    color: #3c3f46;
    text-decoration: none;
}

.p_user_r .body .txt p {
    font-size: 12px;
    line-height: 24px;
    color: #7f8085; text-align: left;
}

.p_user_r .body .btn a {
    display: inline-block;
    margin-top: 16px;
    width: 147px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    background-color: #1aadff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.p_user_r .body .btn a:hover {
    opacity: .8;
}


/*专家团队-详情 结束*/

/*预约页面的日期选择 开始*/
.ui-widget.ui-widget-content {
    z-index: 999 !important;
}
/*预约页面的日期选择 结束*/

/*在线客服*/
dl,dd,dt{margin:0;padding:0;}
.floating_ck{position:fixed;right:20px;bottom:5%; z-index: 100;}
.floating_ck dl dd{
    position:relative;width:60px;height:60px;
    background-color:rgba(98,191,209,0.6);
    border-bottom:solid 1px #fff;text-align:center;
    background-repeat:no-repeat;background-position:center 50%;cursor:pointer;
}
.floating_ck dl dd:hover{background-color:rgba(26,173,255,0.8);border-bottom:solid 1px #1aadff;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult,.words{background-image:url(../images/zxicon.png)}
.quote{background-image:url(../images/yuyue.png);}
.qrcord{background-image:url(../images/erweima.png);}
.return{background-image:url(../images/fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:rgba(98,191,209,0.6);border-bottom:solid 1px #1aadff;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:260px;top:-180px;}
.floating_ewm i{background-image:url(../images/erweima.jpg);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm {font-size:12px;line-height:20px;}
.floating_ewm {font-size:18px;}

/*banner样式*/
.swiper-pagination-bullet{ width:15px; height: 15px;
background-color: #fead41;
}

/*当前位置*/
.position ul{ color:#999;}
.position ul a{ height: 65px; line-height: 65px;
color:#999; margin-right: 5px; margin-left: 5px;
}

/*分页样式*/
.page{ margin-top: 2em;}
.page .current{ height:unset; margin-top: unset; background-color: unset; overflow: unset;}
.page .current,.page .num,.page .prev,.page .next{ display: inline-block; padding:.5em 1em .5em 1em; margin-right:.5em; border: 1px solid #cccccc;}
.page .current{ background-color: #1f80b8; color:#ffffff;}
.page .current:hover,.page .num:hover,.page .prev:hover,.page .next:hover{ background-color: #1f80b8; color:#ffffff;}

/*首页广告*/
.h_ad{ background-image: url("../images/index/ad.jpg"); position: relative; text-align: center; background-attachment: fixed;}
.h_ad .wrapper{ padding-top:5em; padding-bottom: 5em; font-size: 30px; color:#ffffff;}
.h_ad .sub_title{ height: 40px; line-height: 40px; position: relative;}
@media (min-width: 1024px) {
    .h_ad .sub_title:before{ position: absolute;
        top: 18px;
        left:100px;
        content: "";
        width: 200px;
        height: 4px;
        display: block;
        background: #fff;
        border-radius: 2px;}
    .h_ad .sub_title:after{ position: absolute;
        position: absolute;
        top: 18px;
        right: 100px;
        content: "";
        width: 200px;
        height: 4px;
        display: block;
        background: #fff;
        border-radius: 2px;}
    .footer .right .txt .erweima{ text-align: right;}
}

.h_ad .btn{ margin-top: 40px;}
.h_ad .btn a{
    width: 145px;
    height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(98,191,209,.6);
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    line-height: 35px;
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.h_ad .btn a:hover{ opacity: .8;}

/*首页诊疗时间*/
.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next{
    background-image: url("../images/left.png");
    /*background-color: rgba(255,255,255,1);*/
    width:30px;
    height: 60px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.banner .swiper-button-prev:hover,
.banner .swiper-container-rtl .swiper-button-next:hover{
    background-color: rgba(255,255,255,1);
}
.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev{
    background-image: url("../images/right.png");
    /*background-color: rgba(231,124,128,0.6);*/
    width:30px;
    height: 60px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.banner .swiper-button-next:hover,
.banner .swiper-container-rtl .swiper-button-prev:hover{
    background-color: rgba(255,255,255,1);
}
.banner1{ position: relative; z-index: 100; margin-top: -100px; line-height: 2em;
    /*background-color: rgba(0,0,0,0.5);*/
}

.index-about{ z-index: 1111; background-color: #fff; height: 250px;
    box-shadow: 0px 0px 5px 0px #ccc inset;
}
.index-about .index-container{ padding: 30px 30px;}
.index-about .title{ font-weight: 700;
    font-size: 30px;
    margin: 0px 0px 20px 0px;}
.index-time{  padding: 30px 30px; background-color: #38c9de; height: 250px; color:#fff;
    box-shadow: 0px 0px 5px 0px #ccc inset;
}
.index-time .index-container{ padding: 30px 30px;}
.index-time .index-container ul{ padding:0px 0;}
.index-time .index-container ul li{color: #fff;
    font-size: 16px;
    line-height: 38px;
    font-weight: 600;
    border-bottom: 2px solid rgba(233, 237, 240, 0.54);}
.index-content{  padding: 30px 30px; background-color: #e77c80; height: 250px; color:#fff;
    box-shadow: 0px 0px 5px 0px #ccc inset;
}
.index-content .index-container>div{
    position: relative;
    padding-left: 100px;
    height: 50%;
    padding-top: 20px;
    border-bottom: 2px solid rgba(233, 237, 240, 0.54);
}
.index-content .index-container>div:nth-child(1) i{
    width:44px; height: 44px;
    display: block;
    position: absolute;
    top: 25px;
    left: 30px;
    background-image: url("../images/index/tel1.png");}
.index-content .index-container>div:nth-child(2) i{
    width:44px; height: 44px;
    display: block;
    position: absolute;
    top: 25px;
    left: 30px;
    background-image: url("../images/index/email.png");}
.index-content span{
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}
.index-time .index-container{ padding: 30px 30px;}


/*诊疗环境*/
.huanjing ul li{  width: 370px; float: left; margin-right: 32px; margin-bottom: 32px; text-align: center; overflow: hidden;}
.huanjing ul .img .title{ position: absolute; bottom: 0px; left:0px; display: block; width:100%; height: 32px; line-height: 32px;
    background-color: rgba(0,0,0,0.5); text-align: center; color:#fff;
}
.huanjing ul .img:nth-child(1) .title{ max-width: 800px;}
.huanjing ul .img:nth-child(2) .title{ max-width: 328px;}
.huanjing ul .img:nth-child(3) .title{ max-width: 328px;}
.huanjing ul .img:nth-child(6) .title{ max-width: 328px;}
.huanjing ul .img:nth-child(4) .title{ max-width: 389.5px;}
.huanjing ul .img:nth-child(5) .title{ max-width: 389.5px;}
.huanjing .img img{ max-width: 100%; display: inline-block; position: relative;}
.huanjing .img:nth-child(2){ height: 215px; margin-bottom: 20px; overflow-y: hidden; }
.huanjing .img:nth-child(3){ height: 215px; overflow-y: hidden; }
.huanjing .img:nth-child(4){ padding-right: 20px; margin-top: 20px;}
.huanjing .img:nth-child(5){ padding-right: 20px; margin-top: 20px;}
.huanjing .img:nth-child(6){ height: 219px; margin-top: 20px;}
.huanjing ul li .img{  width: 370px; height: 240px; overflow: hidden; position: relative;}
.huanjing ul li .img img{ max-width: 100% !important; height: auto !important; cursor: pointer;}

/*表单*/
.yuyue .p_form_r{ margin-top: 30px;}
.yuyue h2{ font-size: 24px; font-weight: 500; text-align: center; margin-bottom: 30px;}
.yuyue .layui-input-block{ max-width: 440px;}
.yuyue .layui-input,
.yuyue .layui-select,
.yuyue .layui-textarea{ height: 30px;}
.yuyue .layui-form-item{ margin-bottom: 5px;}
.yuyue .layui-form-label{ padding:5px 15px;}
.yuyue .layui-form-radio>i{ font-size: 15px;}
.yuyue .layui-form-select dl dd, .layui-form-select dl dt{ line-height: 30px;}
.yuyue .layui-form-select dl dd, .layui-form-select dl dt{ }
.yuyue .layui-form-select dl dd.layui-select-tips{ }
.yuyue .layui-form-select dl{ overflow-x: hidden;}

/*关于我们*/
.about{ color:#999; font-size: 13px; line-height: 1.8em;}
.about .about_title{ font-size: 24px; line-height: 48px;}
.about .layui-row:nth-child(1) .about_right{ padding:30px; height: 267px; background-color: #FAFAFA;}
.about .layui-row:nth-child(2) .about_left{ padding:30px; height: 267px; background-color: #FAFAFA;}
.about .layui-row:nth-child(3) .about_right{ padding:30px; height: 267px; background-color: #FAFAFA;}
.about .layui-row:nth-child(3){ margin-bottom: 65px;}
.about h2{ font-size: 24px;}

/*设备展示*/
.shebei ul li:hover img{ transform:scale(1.1);}
.shebei ul li:hover .txt{ background-color: #f7f6f6;}
.shebei ul li .txt{ padding-bottom: 20px; margin-bottom: 20px; padding-left: 15px; padding-right: 15px;}
.shebei ul li:nth-child(1),
.shebei ul li:nth-child(2){ padding-right: 20px;}
.shebei ul li .img{ overflow-x: hidden;}
.shebei ul li h2{ padding-top: 20px; padding-bottom: 20px;}
.shebei ul li h2 a{ font-size: 18px; font-weight: 600;}
.shebei ul li img{ width: 100% !important; height: auto !important;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;}

.n_shebei .head{ text-align: center; padding-bottom: 35px; border-bottom: 1px solid #999;}
.n_shebei h2{ font-size: 24px; margin-bottom: 5px; color:#000;}
/*联系我们*/
.contact{ margin-bottom: 50px;}
.contact #dituContent{ width:780px;height:308px;}
.contact .contact-right{ background-color:#e77c80; padding:20px 5px 5px 5px; color:#fff;}
.contact ul{}
.contact ul li{ clear:both; color:#fff; font-size:13px; line-height:23px; padding-left:67px; padding-bottom:15px; margin-bottom:15px;border-bottom:1px #ffffff dashed;}
.contact ul li.first{background:url(../images/contact/contact_21.png) 8px 0px no-repeat; height:52px; }
.contact ul li.sec{background:url(../images/contact/contact_25.png) 4px 0px no-repeat;}
.contact ul li.three{background:url(../images/contact/contact_22.png) 0px 0px no-repeat;}

/*明昕服务*/
.service .p_newsd{ max-width: 1000px; margin: 0 auto;}